home *** CD-ROM | disk | FTP | other *** search
- on frameactions
- global interdirection
- if interdirection <> 0 then
- puppetSprite(30, 1)
- set randomcastnum to random(86) + 1
- if randomcastnum < 10 then
- set randomcastnum to "0" & randomcastnum
- end if
- set randomphoto to "INT_PR" & randomcastnum & ".PIC"
- set the castNum of sprite 30 to member randomphoto
- end if
- set interdirection to 0
- updateStage()
- end
-